home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1996 September
/
JCSM Shareware Collection (JCS Distribution) (September 1996).ISO
/
db_other
/
12150g01.ziv
/
WAMPUM45.EXE
/
lha
/
WAMPUM
/
JUNK.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-02-25
|
885b
|
19 lines
@echo off
echo off
cls
echo ╔══════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Here is a sample batch file named JUNK.BAT ║
echo ║ ║
ECHO ║ You can do anything you want in a batch file. ║
echo ║ ║
echo ║ Make sure, if you change drives or directories, ║
echo ║ to change back to where you started!! ║
echo ║ ║
echo ║ And allocate sufficient memory to execute the ║
echo ║ largest program in the batch file. ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════╝
pause
exit